home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / IBMole / Makefile.postamble < prev    next >
Makefile  |  1995-01-30  |  348b  |  13 lines

  1.  
  2. # Optimization flag passed to compiler:
  3. OPTIMIZATION_CFLAG = -O2 -pipe
  4.  
  5. COMMON_CFLAGS = $(PROJECT_SPECIFIC_CFLAGS) -Wall  
  6.  
  7. # Flags passed to compiler in normal 'app' compiles:
  8. NORMAL_CFLAGS = $(COMMON_CFLAGS) $(OPTIMIZATION_CFLAG)
  9.  
  10. # Flags passed to compiler in normal 'app' compiles:
  11. # old (3.2) way
  12. #NORMAL_CFLAGS = $(OPTIMIZATION_CFLAG) -Wall
  13.